
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@forter/icon
Advanced tools
Icon element with global icon cache.
Create blue icon and red on hover.
.custom-icon {
--fc-icon-fill: blue;
--fc-icon-fill-hover: red;
}
<fc-icon hoverable class="custom-icon"></fc-icon>
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
cache | Map<any, any> | Reference to the icon cache. This globally shared reference stores icons for all instance. | ||
fallbackIcon | fallback-icon | string | "FC_ICON_DEFAULT" | The fallback icon key for the instance |
hoverable | hoverable | boolean | false | Whether the icon will change colour when hovered. |
icon | icon | string | "" | The icon key. Used to lookup icon in the cache. Falls back to 'forter' whenever an icon is not found. |
originalFill | original-fill | boolean | false | Whether to use the icon's original 'fill' SVG property. Needed for multicolor icons or for certain types of SVG. |
size | size | string |
Property | Description |
---|---|
--fc-icon-fill | icon's svg fill. default: currentColor |
--fc-icon-fill-hover | icon's svg fill on hover. default: var(--cyan-5) |
--fc-icon-size | icon's size. default: 20px |
FAQs
fc-icon from Forter Components
The npm package @forter/icon receives a total of 26 weekly downloads. As such, @forter/icon popularity was classified as not popular.
We found that @forter/icon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.